home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / gfx / fract / fu1_61.lha / Formulas / Crystals.Form < prev    next >
Text File  |  1994-05-12  |  215b  |  31 lines

  1. Crystals
  2. {
  3.     {
  4.         x1=-4.0
  5.         x2= 4.0
  6.         y1=-4.0
  7.         y2= 4.0
  8.     }
  9.     {
  10.         c=pixel
  11.         z=pixel
  12.     }
  13.     {
  14.         t=z+c
  15.         z=pow(z,t)
  16.         z=cos(z)
  17.         z=z/c
  18.         w=tan(z)
  19.         t=z+t
  20.         t=w*t
  21.         t=t/z
  22.         w=w*t
  23.     }
  24.     {
  25.         w<z
  26.     }
  27.     {
  28.        Use Decomp Outside
  29.     }
  30. }
  31.